home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / AMScen_0_9.lha / AMScen / town.m < prev    next >
Text File  |  1995-01-21  |  445b  |  23 lines

  1. Print("Creating the town area and populace.\n").
  2.  
  3. /* The minimall area. */
  4. public t_mall CreateTable().
  5. use t_mall
  6. source st:mall.m
  7. unuse t_mall
  8.  
  9. /* The streets, park, out to the pear-tree field. */
  10. public t_streets CreateTable().
  11. use t_streets
  12. source st:streets.m
  13. unuse t_streets
  14.  
  15. /* The squirrel quest. */
  16. source st:squirrel.m
  17.  
  18. /* Caretaker, Packrat. */
  19. source st:machines.m
  20.  
  21. /* Letter writing, posting, delivery; Postman. */
  22. source st:mail.m
  23.